ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / AutoCompleteBase<T> Class / ItemsSourceFunction Property

In This Topic
    ItemsSourceFunction Property (AutoCompleteBase<T>)
    In This Topic
    Gets or sets a function that provides list items dynamically as the user types.
    Syntax
    'Declaration
     
    Public Overridable Property ItemsSourceFunction As String
    public virtual string ItemsSourceFunction {get; set;}
    See Also